runtime.schedt.maxmcount (field)

7 uses

	runtime (current package)
		proc.go#L809: 	sched.maxmcount = 10000
		proc.go#L901: 	if count > sched.maxmcount {
		proc.go#L902: 		print("runtime: program exceeds ", sched.maxmcount, "-thread limit\n")
		proc.go#L7064: 	out = int(sched.maxmcount)
		proc.go#L7066: 		sched.maxmcount = 0x7fffffff
		proc.go#L7068: 		sched.maxmcount = int32(in)
		runtime2.go#L790: 	maxmcount    int32    // maximum number of m's allowed (or die)